[INFO] cloning repository https://github.com/cheng-chun-yuan/frostdao
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cheng-chun-yuan/frostdao" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcheng-chun-yuan%2Ffrostdao", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcheng-chun-yuan%2Ffrostdao'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f8d0c8f834b1dc38e5ba5bc801cab52a0876e2da
[INFO] checking cheng-chun-yuan/frostdao against master#65407954098ca3c19f0d46092cb374b5d3e9dc3c for pr-157841
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcheng-chun-yuan%2Ffrostdao" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/cheng-chun-yuan/frostdao
[INFO] finished tweaking git repo https://github.com/cheng-chun-yuan/frostdao
[INFO] tweaked toml for git repo https://github.com/cheng-chun-yuan/frostdao written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/cheng-chun-yuan/frostdao on toolchain 65407954098ca3c19f0d46092cb374b5d3e9dc3c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+65407954098ca3c19f0d46092cb374b5d3e9dc3c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/cheng-chun-yuan/frostdao already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+65407954098ca3c19f0d46092cb374b5d3e9dc3c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded vrf_fun v0.12.0
[INFO] [stderr]   Downloaded scc v2.4.0
[INFO] [stderr]   Downloaded secp256kfun_arithmetic_macros v0.2.0
[INFO] [stderr]   Downloaded sigma_fun v0.9.0
[INFO] [stderr]   Downloaded secp256kfun v0.12.0
[INFO] [stderr]   Downloaded schnorr_fun v0.12.0
[INFO] [stderr]   Downloaded bitcoin v0.32.8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 24236cf4729267a6ac5c365e9deb89f6cc231942969b4c546fc13d5335b06d28
[INFO] running `Command { std: "docker" "start" "24236cf4729267a6ac5c365e9deb89f6cc231942969b4c546fc13d5335b06d28", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "24236cf4729267a6ac5c365e9deb89f6cc231942969b4c546fc13d5335b06d28" "/opt/rustwide/cargo-home/bin/cargo" "+65407954098ca3c19f0d46092cb374b5d3e9dc3c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "24236cf4729267a6ac5c365e9deb89f6cc231942969b4c546fc13d5335b06d28", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "24236cf4729267a6ac5c365e9deb89f6cc231942969b4c546fc13d5335b06d28" "/opt/rustwide/cargo-home/bin/cargo" "+65407954098ca3c19f0d46092cb374b5d3e9dc3c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling bitcoin-io v0.1.4
[INFO] [stderr]    Compiling bumpalo v3.19.0
[INFO] [stderr]     Checking hex-conservative v0.2.2
[INFO] [stderr]     Checking indexmap v2.12.1
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling bitcoin-internals v0.3.0
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]     Checking flate2 v1.1.5
[INFO] [stderr]     Checking pxfm v0.1.27
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.106
[INFO] [stderr]    Compiling secp256k1-sys v0.10.1
[INFO] [stderr]    Compiling virtue v0.0.18
[INFO] [stderr]     Checking signal-hook v0.3.18
[INFO] [stderr]     Checking safe_arch v0.7.4
[INFO] [stderr]     Checking tokio v1.48.0
[INFO] [stderr]    Compiling hex_lit v0.1.1
[INFO] [stderr]     Checking unty v0.0.4
[INFO] [stderr]     Checking png v0.18.0
[INFO] [stderr]    Compiling instability v0.3.10
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]     Checking wide v0.7.33
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]    Compiling secp256kfun_arithmetic_macros v0.2.0
[INFO] [stderr]    Compiling bitcoin v0.32.8
[INFO] [stderr]    Compiling bincode_derive v2.0.1
[INFO] [stderr]     Checking subtle-ng v2.5.0
[INFO] [stderr]     Checking rustls-pki-types v1.13.2
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking unicode-normalization v0.1.25
[INFO] [stderr]    Compiling nalgebra-macros v0.2.2
[INFO] [stderr]     Checking bech32 v0.11.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking sdd v3.0.10
[INFO] [stderr]    Compiling serial_test_derive v3.2.0
[INFO] [stderr]     Checking scc v2.4.0
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]     Checking moxcms v0.7.11
[INFO] [stderr]     Checking serde_json v1.0.145
[INFO] [stderr]     Checking simba v0.9.1
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.106
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]     Checking gethostname v1.1.0
[INFO] [stderr]     Checking x11rb v0.13.2
[INFO] [stderr]     Checking bitcoin_hashes v0.14.1
[INFO] [stderr]     Checking bincode v2.0.1
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking url v2.5.7
[INFO] [stderr]     Checking wasm-bindgen v0.2.106
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking bitcoin-units v0.1.2
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking serial_test v3.2.0
[INFO] [stderr]     Checking ratatui v0.29.0
[INFO] [stderr]     Checking secp256kfun v0.12.0
[INFO] [stderr]     Checking base58ck v0.1.0
[INFO] [stderr]     Checking bip39 v2.2.2
[INFO] [stderr]     Checking js-sys v0.3.83
[INFO] [stderr]     Checking console_error_panic_hook v0.1.7
[INFO] [stderr]     Checking tokio-util v0.7.17
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking secp256k1 v0.29.1
[INFO] [stderr]     Checking schnorr_fun v0.12.0
[INFO] [stderr]     Checking h2 v0.4.12
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking image v0.25.9
[INFO] [stderr]     Checking web-sys v0.3.83
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]     Checking nalgebra v0.33.2
[INFO] [stderr]     Checking hyper-util v0.1.19
[INFO] [stderr]     Checking qrcode v0.14.1
[INFO] [stderr]     Checking arboard v3.6.1
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking reqwest v0.12.26
[INFO] [stderr]     Checking frostdao v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: method `to_script_type_input` is never used
[INFO] [stdout]   --> src/tui/screens/send.rs:65:12
[INFO] [stdout]    |
[INFO] [stdout] 33 | impl ScriptType {
[INFO] [stdout]    | --------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 65 |     pub fn to_script_type_input(&self) -> frostdao::btc::taproot_scripts::ScriptTypeInput {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `reset`, `to_script_params`, and `is_key_path_only` are never used
[INFO] [stdout]    --> src/tui/screens/send.rs:132:12
[INFO] [stdout]     |
[INFO] [stdout] 108 | impl ScriptConfig {
[INFO] [stdout]     | ----------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 132 |     pub fn reset(&mut self) {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 137 |     pub fn to_script_params(&self) -> anyhow::Result<frostdao::btc::taproot_scripts::ScriptParams> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 159 |     pub fn is_key_path_only(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `to_script_type_input` is never used
[INFO] [stdout]   --> src/tui/screens/send.rs:65:12
[INFO] [stdout]    |
[INFO] [stdout] 33 | impl ScriptType {
[INFO] [stdout]    | --------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 65 |     pub fn to_script_type_input(&self) -> frostdao::btc::taproot_scripts::ScriptTypeInput {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `reset`, `to_script_params`, and `is_key_path_only` are never used
[INFO] [stdout]    --> src/tui/screens/send.rs:132:12
[INFO] [stdout]     |
[INFO] [stdout] 108 | impl ScriptConfig {
[INFO] [stdout]     | ----------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 132 |     pub fn reset(&mut self) {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 137 |     pub fn to_script_params(&self) -> anyhow::Result<frostdao::btc::taproot_scripts::ScriptParams> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 159 |     pub fn is_key_path_only(&self) -> bool {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.98s
[INFO] running `Command { std: "docker" "inspect" "24236cf4729267a6ac5c365e9deb89f6cc231942969b4c546fc13d5335b06d28", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "24236cf4729267a6ac5c365e9deb89f6cc231942969b4c546fc13d5335b06d28", kill_on_drop: false }`
[INFO] [stdout] 24236cf4729267a6ac5c365e9deb89f6cc231942969b4c546fc13d5335b06d28
